13. Try .append() for Yourself
Try .append() for Yourself
Question:
Start Quiz:
Solution:
INSTRUCTOR NOTE:
For this quiz you'll work with the index.htmland js/resumeBuilder.js files from the résumé project's Github repository you downloaded earlier in this lesson. Edit js/resumeBuilder.js in your text editor, and view the results by opening index.html in the browser of your choice.
Remember: when replacing [yourname] you want to replace it with a string! Strings are always enclosed within quotation marks.
Here's the code we want you to try:
$("#main").append([yourname]); where [yourname] should be replaced with your name in quotes. For example $("#main").append("Charlie Chaplin");.
Follow your instructors!
@cwpittman
+jameswilliams